home *** CD-ROM | disk | FTP | other *** search
-
-
-
- TTTTeeeerrrrmmmm::::::::CCCCoooommmmpppplllleeeetttteeee((((3333))))22223333////JJJJuuuullll////99998888 ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhh 00002222))))TTTTeeeerrrrmmmm::::::::CCCCoooommmmpppplllleeeetttteeee((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- Term::Complete - Perl word completion module
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- $input = complete('prompt_string', \@completion_list);
- $input = complete('prompt_string', @completion_list);
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This routine provides word completion on the list of words
- in the array (or array ref).
-
- The tty driver is put into raw mode using the system command
- stty raw -echo and restored using stty -raw echo.
-
- The following command characters are defined:
-
- <tab>
- Attempts word completion. Cannot be changed.
-
- ^D Prints completion list. Defined by
- $_T_e_r_m::_C_o_m_p_l_e_t_e::_c_o_m_p_l_e_t_e.
-
- ^U Erases the current input. Defined by
- $_T_e_r_m::_C_o_m_p_l_e_t_e::_k_i_l_l.
-
- <del>, <bs>
- Erases one character. Defined by
- $_T_e_r_m::_C_o_m_p_l_e_t_e::_e_r_a_s_e_1 and $_T_e_r_m::_C_o_m_p_l_e_t_e::_e_r_a_s_e_2.
-
- DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
- Bell sounds when word completion fails.
-
- BBBBUUUUGGGGSSSS
- The completion charater <tab> cannot be changed.
-
- AAAAUUUUTTTTHHHHOOOORRRR
- Wayne Thompson
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 10/23/98)
-
-
-
-